home *** CD-ROM | disk | FTP | other *** search
/ The X-Philes (2nd Revision) / The X-Philes Number 1 (1995).iso / xphiles / hp48_2 / vsrc.tar / voyager7_src / voyager.h < prev    next >
Text File  |  1991-02-27  |  459b  |  28 lines

  1. #if !defined(voyager_included)
  2. #define voyager_included
  3. /*
  4. // Abstract:
  5. //    VOYAGER.H---General Voyager Definitions
  6. //
  7. //    The General Voyager Definitions C include file defines constants
  8. //    and structures used through out the Voyager system.
  9. //    
  10. //
  11. // Author:
  12. //    Derek S. Nickel
  13. //
  14. // Creation date:
  15. //    8 November 1990
  16. //
  17. // History:
  18. // V01-001    Derek S. Nickel         8-NOV-1990
  19. //    Original.
  20. //
  21. */
  22.  
  23. #define VGR_TRACE 0x00000000
  24.  
  25. typedef signed long bin5_t;
  26.  
  27. #endif
  28.